object SelectMUD: TSelectMUD Left = 208 Top = 184 BorderStyle = bsDialog Caption = 'Connection Wizard' ClientHeight = 262 ClientWidth = 394 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 208 Top = 8 Width = 32 Height = 32 AutoSize = True end object Label1: TLabel Left = 204 Top = 74 Width = 28 Height = 13 Alignment = taRightJustify Caption = 'Name' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 208 Top = 98 Width = 24 Height = 13 Alignment = taRightJustify Caption = 'Type' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 213 Top = 170 Width = 19 Height = 13 Alignment = taRightJustify Caption = 'Port' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 210 Top = 122 Width = 22 Height = 13 Alignment = taRightJustify Caption = 'Host' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 210 Top = 146 Width = 22 Height = 13 Alignment = taRightJustify Caption = 'Addr' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object UseBtn: TSpeedButton Left = 358 Top = 144 Width = 28 Height = 20 Hint = 'Use IP Address|' AllowAllUp = True GroupIndex = 1 Caption = 'Use' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Spacing = 0 end object Label6: TLabel Left = 8 Top = 202 Width = 33 Height = 13 Caption = 'Filter:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object NextBtn: TBitBtn Left = 288 Top = 228 Width = 97 Height = 27 Caption = '&Connect' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 8 Glyph.Data = { 90010000424D9001000000000000760000002800000020000000100000000100 0400000000000001000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333333333333333333333344333333333333333FF33333333333334643333 3333333333F3F33333333333346643333333333333F33F333333333334666433 3333333333F333F333333333346666433333333333F3333F3333333334666664 3333333333F33333F3333333346666664333333333F333333F33333334666666 E333333333F33333383333333466666E3333333333F3333383333333346666E3 3333333333F333383333333334666E333333333333F33383333333333466E333 3333333333F3383333333333346E33333333333333F38333333333333EE33333 3333333333883333333333333333333333333333333333333333000000000000 0000000000000000000000000000000000000000} Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 96 Top = 228 Width = 82 Height = 27 Cancel = True Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 7 Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 8 Top = 228 Width = 81 Height = 27 HelpContext = 111 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object Memo1: TMemo Left = 240 Top = 16 Width = 145 Height = 41 TabStop = False BorderStyle = bsNone Color = clBtnFace Ctl3D = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Select the MUD to connect to' 'from the list on the left or ' 'fill in the values below') ParentCtl3D = False ParentFont = False TabOrder = 0 end object Name: TEdit Left = 240 Top = 72 Width = 145 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object Host: TEdit Left = 240 Top = 120 Width = 145 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object Port: TEdit Left = 240 Top = 168 Width = 145 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 end object MUDType: TComboBox Left = 240 Top = 96 Width = 145 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 2 end object Addr: TEdit Left = 240 Top = 144 Width = 113 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 end object FilterBox: TComboBox Left = 41 Top = 200 Width = 136 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 9 OnChange = FilterBoxChange end object MUDListBox: TListBox Left = 8 Top = 8 Width = 169 Height = 185 ItemHeight = 13 Sorted = True TabOrder = 10 OnClick = MUDListBoxClick end end